svn path=/trunk/; revision=20796
+2008-07-06 Matthias Clasen <mclasen@redhat.com>
+
+ Bug 531129 – gtk_style_copy() does not include a return value or
+ description
+
+ * gtk/gtkstyle.c: Document gtk_style_copy.
+
2008-07-06 Matthias Clasen <mclasen@redhat.com>
Bug 541540 – Dead link to pkg-config site in GTK+ online FAQ
}
+/**
+ * gtk_style_copy:
+ * @style: a #GtkStyle
+ *
+ * Creates a copy of the passed in #GtkStyle object.
+ *
+ * Returns: a copy of @style
+ */
GtkStyle*
gtk_style_copy (GtkStyle *style)
{